How to auto release using GitHub Actions as well
Blog icontomokisun.eth
May 16
name: Releases on: workflow_dispatch: inputs: version: type: string required: true jobs: release: name: Manual Version Up runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: actions/create-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ github.event.inputs.version }} release_name: ${{ github.event.inputs.version }} draft: false prerelease: false ❌ Resource not accessible by integrationThe problem was solved by changing the Settings > Actions > Gener...

tomokisun.eth

Written by
tomokisun.eth
Subscribe

2025 Paragraph Technologies Inc

PopularTrendingPrivacyTermsHome
Search...Ctrl+K

tomokisun.eth

Subscribe