Skip to content

Commit

Permalink
Remove create release section
Browse files Browse the repository at this point in the history
  • Loading branch information
SentriumJames committed Feb 20, 2023
1 parent b895d78 commit c68e658
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,6 @@ jobs:
overwrite: true
project_path: "./Go"
binary_name: "headers$_{{ matrix.goos }}_${{ matrix.goarch }}"
Create Release:
name: Create the release tag
runs-on: ubuntu-latest
steps:
- 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
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}



0 comments on commit c68e658

Please sign in to comment.