Remove Save button when the form is readonly #383
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: npm Publish | |
on: | |
push: | |
branches: master | |
jobs: | |
publish: | |
uses: unosquare/bump-npm-version/.github/workflows/publish-public.yml@master | |
secrets: | |
github-token: ${{ secrets.GPR_ACCESS_TOKEN }} | |
npm-token: ${{ secrets.NPM_TOKEN }} |