Skip to content

Commit

Permalink
Remove Maven plugin build from release (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi authored Apr 30, 2020
1 parent 2810797 commit 0202a83
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
run: npm i
- name: Lint
run: npm run lint
- name: Pack Maven GAV Reader
run: mvn clean package -f resources/maven-gav-reader/pom.xml
- name: Publish to marketplace
run: echo ${{ github.ref }} | cut -c 11- | xargs vsce publish -p ${{ secrets.VS_MARKETPLACE_TOKEN }}
- name: Push changes
Expand Down

0 comments on commit 0202a83

Please sign in to comment.