Skip to content

Commit

Permalink
test versionings
Browse files Browse the repository at this point in the history
  • Loading branch information
yanxi0830 committed Jan 15, 2025
1 parent 48ca004 commit 5c7ac46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
id: version
run: |
if [ "${{ github.event_name }}" = "push" ]; then
echo "VERSION=0.0.63.dev20250113" >> $GITHUB_OUTPUT
echo "VERSION=0.0.63.dev20250114" >> $GITHUB_OUTPUT
else
echo "VERSION=${{ inputs.version }}" >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit 5c7ac46

Please sign in to comment.