Skip to content

Commit

Permalink
chore(release): fixing release script
Browse files Browse the repository at this point in the history
  • Loading branch information
veritem committed Dec 18, 2023
1 parent 7130509 commit 5240028
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: release

on:
release:
types: [created]
on: [push]
# release:
# types: [created]

jobs:
release:
Expand All @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: compile and release
uses: rust-build/rust-build.action@v1.4.3
uses: rust-build/rust-build.action@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RUSTTARGET: ${{ matrix.target }}
Expand Down

0 comments on commit 5240028

Please sign in to comment.