Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fables-tales/rubyfmt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6beb50a1ef10e4544c66275be45f4aeed2951c78
Choose a base ref
..
head repository: fables-tales/rubyfmt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2e1d61963698f6bd22d7e161191a82acd5f075e4
Choose a head ref
Showing with 10 additions and 10 deletions.
  1. +10 −9 .github/workflows/preview-release.yaml
  2. +0 −1 .github/workflows/release.yaml
19 changes: 10 additions & 9 deletions .github/workflows/preview-release.yaml
Original file line number Diff line number Diff line change
@@ -6,14 +6,15 @@ on:
- completed
push:
# Run only on trunk pushes that aren't a new tag release
branches: [trunk]
branches: [trunk, reese-preview-release]
tags-ignore: "*"

env:
BUNDLE_PATH: /tmp/.bundle
GEM_HOME: /tmp/.bundle
GEM_PATH: /tmp/.bundle
TERM: xterm256
FORCE_FULL_RUBY_BUILD: 1

jobs:
bump-tag:
@@ -118,11 +119,11 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: rubyfmt-release-artifact-macos-latest-native
- name: Upload Release
uses: softprops/action-gh-release@v1
with:
files: rubyfmt-*.tar.gz
fail_on_unmatched_files: true
generate_release_notes: true
prerelease: true
tag_name: ${{ steps.get-latest-tag.outputs.tag }}
# - name: Upload Release
# uses: softprops/action-gh-release@v1
# with:
# files: rubyfmt-*.tar.gz
# fail_on_unmatched_files: true
# generate_release_notes: true
# prerelease: true
# tag_name: ${{ steps.get-latest-tag.outputs.tag }}
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -9,7 +9,6 @@ env:
GEM_HOME: /tmp/.bundle
GEM_PATH: /tmp/.bundle
TERM: xterm256
FORCE_FULL_RUBY_BUILD: 1

jobs:
build: