File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 64
64
restore-keys : |
65
65
${{ runner.os }}-maven-
66
66
- name : Run lein release
67
+ env :
68
+ CLOJARS_USERNAME : ${{ secrets.CLOJARS_USERNAME }}
69
+ CLOJARS_TOKEN : ${{ secrets.CLOJARS_TOKEN }}
70
+ GITHUB_USERNAME : ${{ github.actor }}
71
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
67
72
run : |
68
- CLOJARS_USERNAME=${{ secrets.CLOJARS_USERNAME }} CLOJARS_TOKEN=${{ secrets.CLOJARS_TOKEN }} GITHUB_USERNAME=${{ github.actor }} GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} lein release
73
+ lein release
69
74
# This creates a 'GitHub Release' from the tag and includes link to the CHANGELOG
70
75
# at that point in the Git history. We do not use draft or prerelease features as
71
76
# we always want the latest release to show in the right hand column of the project
You can’t perform that action at this time.
0 commit comments