Skip to content

Commit

Permalink
Use gh CLI instead of actions/create-release@v1 action
Browse files Browse the repository at this point in the history
  • Loading branch information
divolgin committed Jun 27, 2024
1 parent 58abb12 commit 5652c5a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,9 @@ jobs:
RELEASE_VERSION: ${{ steps.release_version.outputs.RELEASE_VERSION }}
- name: Create Release
id: create_release
uses: actions/create-release@v1
run: gh release create ${{ github.ref_name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: false
- uses: docker/login-action@v1
with:
registry: registry.replicated.com
Expand Down

0 comments on commit 5652c5a

Please sign in to comment.