Skip to content

Commit

Permalink
Fix workflow for release (#53)
Browse files Browse the repository at this point in the history
* Fix workflow for release

* ci(release): Remove version step in check-bump
  • Loading branch information
Natoandro authored Jan 13, 2023
1 parent a43ecfd commit 16ddb01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- id: version
uses: mikefarah/yq@master
- uses: denoland/setup-deno@v1
with:
deno-version: v${{ env.DENO_VERSION }}
- name: Check version
Expand Down

0 comments on commit 16ddb01

Please sign in to comment.