.github/workflows/publish.yml in archivesspace-client-0.3.0 vs .github/workflows/publish.yml in archivesspace-client-0.4.0

- old
+ new

@@ -16,10 +16,10 @@ - name: Setup Ruby and install gems uses: ruby/setup-ruby@v1 with: bundler-cache: true - ruby-version: 2.7 + ruby-version: 3.2.2 rubygems: latest - name: Release Gem run: | VERSION=$(bundle exec rake version)