Bump go.anx.io/go-anxcloud from 0.7.3 to 0.7.5 #288
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
on: | |
workflow_dispatch: {} | |
repository_dispatch: {} | |
push: | |
branches: | |
- main | |
name: Update Release Draft | |
jobs: | |
update-draft: | |
name: Update Release Draft | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: Release Drafter | |
uses: release-drafter/release-drafter@v6 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |