Skip to content

Commit

Permalink
rename PR tag
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed May 22, 2023
1 parent 20f8c57 commit f9596fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# If this is a pull request, append the PR number
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
OUTPUT_VERSION="$VERSION-pr${{ github.event.number }}"
OUTPUT_VERSION="unstable"
fi
# Set the output
Expand Down

0 comments on commit f9596fc

Please sign in to comment.