Browse Source

skip actions in publish.yml

Hovsep Papoyan 1 year ago
parent
commit
1c6d16a766
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/publish.yml

+ 1 - 1
.github/workflows/publish.yml

@@ -50,7 +50,7 @@ jobs:
         run: |
           git config --local user.name 'github-actions'
           git config --local user.email 'github-actions@github.com'
-          git commit -am "Automated version change in Cargo.toml"
+          git commit -am "Automated version change in Cargo.toml [skip actions]"
           git push origin master
 
       - run: cargo publish --no-verify --token ${CRATES_TOKEN}