Skip to content

Commit

Permalink
Revert "Play with umask"
Browse files Browse the repository at this point in the history
This reverts commit 564eafa.
  • Loading branch information
martinpaljak committed Sep 26, 2024
1 parent 564eafa commit 96616c0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/robot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ jobs:
- name: Add known host key
if: github.event_name != 'pull_request'
run: ssh-keyscan javacard.pro >> ~/.ssh/known_hosts
- name: Build verify and package
run: |
umask 0022
./mvnw -P exe -T1C -U -B clean verify
- name: Package
run: ./mvnw -P exe -T1C -U -B clean verify
- name: Release
if: startsWith(github.ref, 'refs/tags/v') && matrix.java == '11'
id: create_release
Expand Down

0 comments on commit 96616c0

Please sign in to comment.