Skip to content

Commit

Permalink
fixed version secret key
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudoankit committed Jan 26, 2024
1 parent 52c6b73 commit dcb302a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Publish Artifact
env:
RELEASE_TAG_NAME: version
RELEASE_TAG_NAME: ${{ github.event.inputs.version }}
OSS_USERNAME: ${{ secrets.OSS_USERNAME }}
OSS_PASSWORD: ${{ secrets.OSS_PASSWORD }}
OSS_STAGING_PROFILE_ID: ${{ secrets.OSS_STAGING_PROFILE_ID }}
Expand Down

0 comments on commit dcb302a

Please sign in to comment.