Skip to content

Commit

Permalink
Merge pull request #74 from iotaledger/fix/publish
Browse files Browse the repository at this point in the history
fix/publish
  • Loading branch information
nothingismagick authored Mar 18, 2021
2 parents 9185109 + 30342ce commit 2bf8012
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changes/publish.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"iota-crypto": patch
---

Automated publishing
2 changes: 1 addition & 1 deletion .github/workflows/covector-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: 14
registry-url: 'https://registry.npmjs.org'
- name: cargo login
run: cargo login ${{ secrets.crate_token }}
run: cargo login ${{ secrets.CRATES_IO_TOKEN }}
- name: git config
run: |
git config --global user.name "${{ github.event.pusher.name }}"
Expand Down

0 comments on commit 2bf8012

Please sign in to comment.