Skip to content

Commit

Permalink
modified: .github/workflows/package-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yuleib committed May 11, 2023
1 parent 8b1a66d commit 5eb4f39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ jobs:
run: |
next_version=$((${{ github.event_name == 'release' }} ? $(echo "${{ github.ref }}" | awk -F'/' '{print $3}') : $(echo "${{ github.ref }}-$(date +%s)" | awk -F'/' '{print $3}')))
tag_name=v$(echo "$next_version" | cut -d'.' -f-3)
echo "{name}={$tag_name}" >> $GITHUB_OUTPUT
echo "::set-output name=tag_name::$tag_name"
continue-on-error: true

- name: Create release
- name: Create release
id: create_release
uses: actions/create-release@v1
env:
Expand Down

0 comments on commit 5eb4f39

Please sign in to comment.