Skip to content

Commit 2cf247b

Browse files
committed
fix: fix publishing releases
- add new parameter to Makefile - delete wrong 'with' clause from Github Actions file Tested: - No
1 parent 435fd2a commit 2cf247b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
run: make build
2727
- name: Publish
2828
shell: bash
29-
with:
30-
release_tag: ${{ github.event.release.tag_name }}
3129
run: |
3230
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
3331
make publish-tag

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
DOCKER ?= docker
2+
INPUT_RELEASE_VERSION ?= 0.4.0
23
RUST_VERSION ?= 1.55.0
34
REPO ?= rustserverless/lambda-rust
45

0 commit comments

Comments
 (0)