Skip to content

Commit 618d24c

Browse files
Revert envfile updates (#494)
1 parent 22833ab commit 618d24c

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,7 @@ on:
55
types: [published]
66

77
jobs:
8-
update_env:
9-
runs-on: ubuntu-latest
10-
permissions:
11-
contents: write
12-
packages: write
13-
14-
env:
15-
RELEASE_VERSION: "${{ github.event.release.tag_name }}"
16-
17-
steps:
18-
- uses: actions/checkout@v3
19-
with:
20-
fetch-depth: 0
21-
22-
- name: Update .env
23-
run: sed -i "s/IMAGE_VERSION=.*/IMAGE_VERSION=${RELEASE_VERSION}/" .env
24-
25-
- name: Commit updated .env file
26-
uses: test-room-7/action-update-file@v1
27-
with:
28-
file-path: .env
29-
commit-msg: "Update .env file with release version"
30-
branch: main
31-
github-token: ${{ secrets.GITHUB_TOKEN }}
32-
338
build_and_push_images:
34-
needs: update_env
359
runs-on: ubuntu-latest
3610
permissions:
3711
contents: read

0 commit comments

Comments
 (0)