File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 89
89
if : github.event_name == 'push' && github.repository == 'Greenstand/treetracker-wallet-api'
90
90
steps :
91
91
- uses : actions/checkout@v2
92
+ - name : get-npm-version
93
+ id : package-version
94
+ uses : martinbeentjes/npm-get-version-action@master
95
+ with :
96
+ path : ./
92
97
- name : Set git sha
93
98
id : git-sha
94
99
run : echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
97
102
- name : Copy kustomize.yml
98
103
run : cp deployment/kustomize/kustomization.yaml deployment/kustomization.yaml
99
104
- name : Run kustomize
100
- run : (cd deployment && ../kustomize edit set image greenstand/treetracker-wallet-api:${{ steps.git-sha.outputs.sha_short }} )
105
+ run : (cd deployment && ../kustomize edit set image greenstand/treetracker-wallet-api:${{ steps.package-version.outputs.current-version }}-${{ steps. git-sha.outputs.sha_short }} )
101
106
- name : Install doctl for kubernetes
102
107
uses : digitalocean/action-doctl@v2
103
108
with :
Original file line number Diff line number Diff line change
1
+ # 1.0.0 (2020-12-09)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * set up hooks ([ 21580a5] ( https://github.com/Greenstand/treetracker-wallet-api/commit/21580a5f801ce72cb030bebbfcfba3532e3d485d ) )
You can’t perform that action at this time.
0 commit comments