Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
release binaries for all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
sorhawell committed Nov 23, 2022
1 parent ee90db7 commit 78892c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v3

- name: check if release
if: startsWith(github.ref, 'refs/tags/') && runner.os == 'Linux' && github.event_name != 'pull_request'
if: startsWith(github.ref, 'refs/tags/') && github.event_name != 'pull_request'
run: |
echo this is a release
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:

- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/') && runner.os == 'Linux' && github.event_name != 'pull_request'
if: startsWith(github.ref, 'refs/tags/') && github.event_name != 'pull_request'
with:
#tag_name: ${{ github.run_number }}
files: ../rpolars_*
Expand Down

0 comments on commit 78892c1

Please sign in to comment.