Skip to content

Commit

Permalink
fix relesae action
Browse files Browse the repository at this point in the history
  • Loading branch information
haru committed Jan 18, 2024
1 parent 36805b8 commit ac6d5ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
run: |
REPOSITORY=$(echo ${{ github.repository }} | sed -e "s#.*/##")
VERSION=$(echo ${{ github.ref }} | sed -e "s#refs/tags/##g")
echo "version=$VERSION" >> $GITHUB_OUTPUT
echo "filename=$REPOSITORY-$VERSION" >> $GITHUB_OUTPUT
echo "plugin=$REPOSITORY" >> $GITHUB_OUTPUT
echo "version=$VERSION" >> $GITHUB_ENV
echo "filename=$REPOSITORY-$VERSION" >> $GITHUB_ENV
echo "plugin=$REPOSITORY" >> $GITHUB_ENV
- uses: actions/checkout@v4
- name: Archive
run: |
Expand Down

0 comments on commit ac6d5ea

Please sign in to comment.