Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pescobar committed Jul 13, 2020
1 parent 9d864aa commit b97c5cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
- uses: actions/checkout@v2

- name: Get the version from the tag
run: echo ::set-env name=RELEASE_VERSION::${GITHUB_REF/refs\/tags\//
run: echo ::set-env name=RELEASE_VERSION::${GITHUB_REF#refs/*/}

- name: Deploy the collection
Expand Down

0 comments on commit b97c5cc

Please sign in to comment.