Skip to content

Commit

Permalink
Remove env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Rongmario committed Sep 13, 2023
1 parent ce919e7 commit 5538cb8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
- '[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+'

env:
INPUT_CHANGELOG_FILE: .

jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -43,7 +40,11 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
- name: Checkout Repository
uses: actions/checkout@v3

- name: Download Artifacts
uses: actions/download-artifact@v3
with:
path: build/libs/

Expand Down

0 comments on commit 5538cb8

Please sign in to comment.