Forráskód Böngészése

skip actions in publish.yml

Hovsep Papoyan 1 éve
szülő
commit
1c6d16a766
1 módosított fájl, 1 hozzáadás és 1 törlés
  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}