Skip to content

Commit

Permalink
Add collection version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tompage1994 committed Sep 24, 2024
1 parent bed7117 commit 9688ea9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ inputs.collection_version }}

- uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -91,6 +93,6 @@ jobs:
with:
repo_token: ${{ secrets.token }}
file: ${{ steps.build.outputs.tar_file }}
tag: ${{ github.ref }}
tag: ${{ inputs.collection_version }}
overwrite: true
...

0 comments on commit 9688ea9

Please sign in to comment.