Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
francollamas committed Aug 7, 2023
1 parent 9e53b4a commit 8f6fcf5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
name: Draft a release
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}

- name: Get Node project version
id: package-version
uses: martinbeentjes/[email protected]
Expand Down

0 comments on commit 8f6fcf5

Please sign in to comment.