Skip to content

Commit

Permalink
test (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonz5288 authored Nov 16, 2021
1 parent 61c0640 commit 86a48b3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,15 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: set tag
id: tag
run: echo ::set-output name=version::${GITHUB_REF#refs/*/}

- name: Save new version
run: |
python3 misc/save_new_version.py
env:
RELEASE_VERSION: ${{ GITHUB_REF#refs/*/ }}
RELEASE_VERSION: ${{ steps.tag.outputs.version }}
USERNAME: ${{ secrets.METADATA_USERNAME }}
PASSWORD: ${{ secrets.METADATA_PASSWORD }}

Expand Down

0 comments on commit 86a48b3

Please sign in to comment.