Skip to content

Commit

Permalink
Updated some deprecated commands on github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
acostapazo committed Nov 20, 2020
1 parent 6113fc9 commit 3e323cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
PACKAGE_NAME: alice

jobs:
deploy:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Expand All @@ -19,7 +19,7 @@ jobs:
with:
python-version: '3.x'
- name: Set RELEASE_VERSION
run: echo ::set-env name=RELEASE_VERSION::$(echo ${GITHUB_REF:11})
run: echo "RELEASE_VERSION=$(echo ${GITHUB_REF:11})" >> $GITHUB_ENV
- name: Update VERSION file
run: echo ${RELEASE_VERSION} > ${PACKAGE_NAME}/VERSION
- name: Install dependencies
Expand Down

0 comments on commit 3e323cd

Please sign in to comment.