File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 env :
1616 PROJECT_PATH : /go/src/github.com/packagrio/bumpr
1717 steps :
18- - name : Obtain Latest Git ONLY within container for checkout
19- run : |
20- apt-get update
21- apt-get install -y git
2218 - name : Checkout
2319 uses : actions/checkout@v2
24- with :
25- fetch-depth : 0
2620 - name : Bump version
2721 id : bump_version
2822 uses : packagrio/action-bumpr-go@master
6357 env :
6458 # This is necessary in order to push a commit to the repo
6559 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Leave this line unchanged
66- # with:
67- # cwd: ${{ env.PROJECT_PATH }}
6860 - name : Publish Release
6961 id : publish
7062 uses : packagrio/action-publishr-go@master
7365 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Leave this line unchanged
7466 with :
7567 upload_assets : ' packagr-bumpr-linux-amd64'
76- # cwd: ${{ env.PROJECT_PATH }}
7768
7869# - name: Create Release
7970# id: create_release
You can’t perform that action at this time.
0 commit comments