Skip to content

Commit

Permalink
fFIX that
Browse files Browse the repository at this point in the history
  • Loading branch information
rnag committed Jan 25, 2025
1 parent 5216994 commit ac0eccd
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,11 @@ name: Publish Crate

on:
push:
branches:
- main
paths:
- Cargo.toml
tags:
- 'v*' # Trigger on tags starting with 'v'
repository_dispatch:
types: publish

# After you create the GitHub repo, head over to `crates.io` and create
# an API Token, or use the link below:
# <https://crates.io/settings/tokens>
#
# Once you have an API token, add it as a Repository Secret (CARGO_TOKEN)
# under the GitHub repo, so that it can be used by GitHub Actions to deploy
# to `crates.io` whenever a new tag is pushed to GitHub:
# <https://github.com/rnag/serde-this-or-that/settings/secrets/actions/new>
jobs:
publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ac0eccd

Please sign in to comment.