Skip to content

Commit

Permalink
Merge pull request #689 from alpheios-project/incr-3.4.x-yml
Browse files Browse the repository at this point in the history
Small fix for yml
  • Loading branch information
irina060981 authored May 3, 2022
2 parents 8a19048 + 589c5a9 commit bab35d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: revert package.json
run: git checkout -- package.json && git checkout -- package-lock.json
run: git checkout -- package.json
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit bab35d6

Please sign in to comment.