Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
y-polek committed Jun 8, 2024
1 parent 0702ed0 commit 8f58d67
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,7 @@ jobs:
needs: test
env:
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
NAME: ${{ steps.properties.outputs.name }}
VERSION: ${{ steps.properties.outputs.version }}
ARTIFACT: ${{ steps.properties.outputs.pluginName }}-${{ steps.properties.outputs.version }}.zip
CHANGELOG: ${{ steps.properties.outputs.changelog }}
runs-on: ubuntu-latest
outputs:
name: $NAME
version: $VERSION
artifact: $ARTIFACT
changelog: $CHANGELOG
steps:

# Check out current repository
Expand Down Expand Up @@ -127,6 +118,11 @@ jobs:
# Build artifact using buildPlugin Gradle task
- name: Build Plugin
run: ./gradlew buildPlugin
env:
NAME: ${{ steps.properties.outputs.name }}
VERSION: ${{ steps.properties.outputs.version }}
ARTIFACT: ${{ steps.properties.outputs.pluginName }}-${{ steps.properties.outputs.version }}.zip
CHANGELOG: ${{ steps.properties.outputs.changelog }}

- run: echo $NAME
- run: echo $VERSION
Expand Down

0 comments on commit 8f58d67

Please sign in to comment.