Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
sugh01 committed Sep 27, 2024
2 parents 5f67349 + d45ab87 commit f705474
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/lido-exporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,20 +61,13 @@ jobs:
TAG: ${{ github.event.inputs.tag }}

steps:
- name: Extract version
id: extract_version
shell: bash
run: |
VERSION=${TAG#lido-exporter-}
echo "VERSION=$VERSION" >> $GITHUB_ENV
- name: Checkout code
uses: actions/checkout@v4

- name: Create Release
uses: ncipollo/release-action@v1
with:
tag: ${{ env.VERSION }}
tag: ${{ env.TAG }}
draft: true
prerelease: false
generateReleaseNotes: true
generateReleaseNotes: true

0 comments on commit f705474

Please sign in to comment.