Skip to content

Commit

Permalink
update release action add Extract tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingo committed Jul 12, 2023
1 parent 9df46b8 commit 4adcc0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
- name: Check out repository
uses: actions/checkout@v2

- name: Install @octokit/rest
run: npm install @octokit/rest@18

- name: Set up Docker
uses: docker/setup-buildx-action@v1

Expand Down

0 comments on commit 4adcc0b

Please sign in to comment.