Skip to content

Commit

Permalink
Cleanup release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonRolev committed Oct 22, 2024
1 parent 1024a1b commit 91daf68
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,11 @@ jobs:
registry-url: https://npm.pkg.github.com/
scope: '@mvrdevelopment'

- name: Test pushable
working-directory: libMvrGdtf
run: |
git config user.email "[email protected]"
git config user.name "[email protected]"
git commit --allow-empty -m "Test"
git push --dry-run
# - name: Build
# uses: ./libMvrGdtf/.github/actions/build-lib

- name: Mock build
working-directory: libMvrGdtf
run: |
mkdir output
echo "Example" > output/temp.txt
- name: Build
uses: ./libMvrGdtf/.github/actions/build-lib

- name: Create Release
env:
# This command requires you to be logged in to https://npm.pkg.github.com
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
working-directory: libMvrGdtf
Expand Down

0 comments on commit 91daf68

Please sign in to comment.