Skip to content

Commit

Permalink
ci: Remove release testing
Browse files Browse the repository at this point in the history
  • Loading branch information
shrink committed Nov 30, 2024
1 parent 2df400d commit 5af6db5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Release (package, build, publish)

on:
push:
# tags:
# - "v*"
tags:
- "v*"

permissions:
contents: write
Expand All @@ -27,7 +27,6 @@ jobs:
file_glob: true
overwrite: true
make_latest: false
tag: "test" # TODO: Remove
publish-package:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 5af6db5

Please sign in to comment.