Skip to content

Commit

Permalink
update version release number
Browse files Browse the repository at this point in the history
  • Loading branch information
pachadotdev committed Nov 20, 2024
1 parent a240c61 commit 6d8277c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-rpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
- {os: macos-14, r: 'release', name: 'macos-14-r-release'}
- {os: ubuntu-latest, r: 'release', name: 'ubuntu-latest-r-release'}
- {os: windows-latest, r: 'release', name: 'windows-latest-r-release'}
- {os: macos-13, r: 'devel', name: 'macos-13-r-devel'}
- {os: macos-14, r: 'devel', name: 'macos-14-r-devel'}
- {os: ubuntu-latest, r: 'devel', name: 'ubuntu-latest-r-devel'}
- {os: windows-latest, r: 'devel', name: 'windows-latest-r-devel'}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-windows-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Download Windows installer
run: |
curl -L -o open-redatam-windows.exe https://github.com/pachadotdev/open-redatam/releases/download/v2.0/open-redatam-windows.exe
curl -L -o open-redatam-windows.exe https://github.com/pachadotdev/open-redatam/releases/download/v2.1.0/open-redatam-windows.exe
- name: Install Windows package
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-mac-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Download macOS DMG
run: |
curl -L -o open-redatam-mac.dmg https://github.com/pachadotdev/open-redatam/releases/download/v2.0/open-redatam-mac.dmg
curl -L -o open-redatam-mac.dmg https://github.com/pachadotdev/open-redatam/releases/download/v2.1.0/open-redatam-mac.dmg
- name: Mount DMG
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-ubuntu-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Download Ubuntu installer
run: |
curl -L -o open-redatam-ubuntu.deb https://github.com/pachadotdev/open-redatam/releases/download/v2.0/open-redatam-ubuntu.deb
curl -L -o open-redatam-ubuntu.deb https://github.com/pachadotdev/open-redatam/releases/download/v2.1.0/open-redatam-ubuntu.deb
- name: Install Ubuntu package
run: |
Expand Down

0 comments on commit 6d8277c

Please sign in to comment.