Skip to content

Commit

Permalink
fixing release
Browse files Browse the repository at this point in the history
  • Loading branch information
havok2063 committed Mar 8, 2024
1 parent 3277dd6 commit 5858a06
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,20 @@ jobs:
runs-on: ubuntu-latest

permissions:
contents: write
id-token: write

steps:

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ github.ref }}
release_name: sdss_access ${{ github.ref }}
name: sdss_access ${{ github.ref_name }}
token: ${{ secrets.GITHUB_TOKEN }}
body:
draft: false
prerelease: false
Expand Down

0 comments on commit 5858a06

Please sign in to comment.