Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielluizsf authored May 7, 2024
2 parents 157d774 + dfe0f25 commit c202847
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,3 @@ jobs:

- name: Run all goxios tests
run: go test ./...

release:
runs-on: ubuntu-latest
steps:
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v1.${{ github.run_number }}
release_name: Release v1.${{ github.run_number }}
draft: false
prerelease: false

0 comments on commit c202847

Please sign in to comment.