Quellcode durchsuchen

skip actions in publish.yml

Hovsep Papoyan vor 1 Jahr
Ursprung
Commit
1c6d16a766
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      .github/workflows/publish.yml

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

@@ -50,7 +50,7 @@ jobs:
         run: |
         run: |
           git config --local user.name 'github-actions'
           git config --local user.name 'github-actions'
           git config --local user.email 'github-actions@github.com'
           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
           git push origin master
 
 
       - run: cargo publish --no-verify --token ${CRATES_TOKEN}
       - run: cargo publish --no-verify --token ${CRATES_TOKEN}