Skip to content

Commit

Permalink
Revert doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
darrell-roberts committed Apr 14, 2024
1 parent 398a44d commit 77ecc50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:
contents: write

# This task will run whenever you push a git tag that looks like a version
# like "v1", "v1.2.0", "v0.stableprerelease01", "my-app-v1.0.0", etc.
# like "v1", "v1.2.0", "v0.1.0-prerelease01", "my-app-v1.0.0", etc.
# The version will be roughly parsed as ({PACKAGE_NAME}-)?v{VERSION}, where
# PACKAGE_NAME must be the name of a Cargo package in your workspace, and VERSION
# must be a Cargo-style SemVer Version.
Expand Down

0 comments on commit 77ecc50

Please sign in to comment.